DataCubeService.queryDataCubeInfos Method
Return the collection of DataCubeInfo for the specified project and tenant ID.
Parameters
- projectId
-
Type: string
The project ID to filter by. Use null when requesting information for all projects.
- storageType
-
Type: StorageType
The storage type to filter by. Use null when requesting information for types of storage.
- jobRunResult
-
Type: JobRunResult
The job result to filter by. Use null when requesting information for all kinds of results.
- tenantId
-
Type: string
The tenant ID to filter by. Use null when requesting information for all tenants.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete.
If successful, the collection of specified dundas.entities.DataCubeInfo is returned.